=================
| 1.1.3 feature |
=================

NEW:

There is now a microphone audio transmition feature. This 
is only accessible via the command line .cmd files. The 
GUI does not have anything new with it. The idea is to send 
the microphone audio on a different port than the desktop 
audio capture. So for this it requires, unfortunately, a 
separate running instance of the program. So there if you 
would like to capture and send both, you would need to run 
two respective programs on each machine. While this sounds 
ghetto, it is required to tunnel to two different ports.

# Here are how the arguments would look like:

For the server:
AudioShare server [listen ip] [local port] [false|true]

For the client:
AudioShare client [remote ip] [remote port] [latency] [false|true]

# true  = send microphone only
# false = send desktop audio only